Autogenerated HTML docs for v2.8.0-rc0 
diff --git a/git-config.txt b/git-config.txt index 242fa5d..153b2d8 100644 --- a/git-config.txt +++ b/git-config.txt 
@@ -9,18 +9,18 @@  SYNOPSIS  --------  [verse] -'git config' [<file-option>] [type] [-z|--null] name [value [value_regex]] +'git config' [<file-option>] [type] [--show-origin] [-z|--null] name [value [value_regex]]  'git config' [<file-option>] [type] --add name value  'git config' [<file-option>] [type] --replace-all name value [value_regex] -'git config' [<file-option>] [type] [-z|--null] --get name [value_regex] -'git config' [<file-option>] [type] [-z|--null] --get-all name [value_regex] -'git config' [<file-option>] [type] [-z|--null] [--name-only] --get-regexp name_regex [value_regex] +'git config' [<file-option>] [type] [--show-origin] [-z|--null] --get name [value_regex] +'git config' [<file-option>] [type] [--show-origin] [-z|--null] --get-all name [value_regex] +'git config' [<file-option>] [type] [--show-origin] [-z|--null] [--name-only] --get-regexp name_regex [value_regex]  'git config' [<file-option>] [type] [-z|--null] --get-urlmatch name URL  'git config' [<file-option>] --unset name [value_regex]  'git config' [<file-option>] --unset-all name [value_regex]  'git config' [<file-option>] --rename-section old_name new_name  'git config' [<file-option>] --remove-section name -'git config' [<file-option>] [-z|--null] [--name-only] -l | --list +'git config' [<file-option>] [--show-origin] [-z|--null] [--name-only] -l | --list  'git config' [<file-option>] --get-color name [default]  'git config' [<file-option>] --get-colorbool name [stdout-is-tty]  'git config' [<file-option>] -e | --edit @@ -194,6 +194,12 @@ 	Output only the names of config variables for `--list` or 	`--get-regexp`.   +--show-origin:: +	Augment the output of all queried config options with the +	origin type (file, standard input, blob, command line) and +	the actual origin (config file path, ref, or blob id if +	applicable). +  --get-colorbool name [stdout-is-tty]::   	Find the color setting for `name` (e.g. `color.diff`) and output